<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
* {
  word-wrap: break-word;
}

*, *:before, *:after {
  box-sizing: border-box;
  outline: none;
}

html {
  min-width: 1300px;
  overflow-x: auto;
}

html, body, h1, h2, h3, h4, h5, h6, hr, p, iframe, dl, dt, dd, ul, ol, li, pre, form, button, input, textarea, th, td, fieldset {
  margin: 0;
  padding: 0;
  font-weight: normal;
  -webkit-tap-highlight-color: transparent;
  text-align: justify;
}

ul, ol, dl {
  list-style-type: none;
}

html, body {
  *position: static;
  color: #000;
  background: #fff;
  width: 100%;
  height: auto;
}

address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: 400;
}

input, button, textarea, select, optgroup, option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  border: 0;
}

input, button {
  overflow: visible;
  vertical-align: middle;
  outline: none;
}

body, th, td, button, input, select, textarea {
  font-size: 12px;
  font-family: "Microsoft Yahei","Hiragino Sans GB","Helvetica Neue",Helvetica,tahoma,arial,Verdana,sans-serif,"WenQuanYi Micro Hei","\5B8B\4F53";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

a {
  text-decoration: none;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: all .5s;
  transition: all .5s;
  color: #000;
}

a:hover, a:focus, a:active {
  text-decoration: none;
  outline: none;
}

a.ie6:hover {
  zoom: 1;
}

b, i {
  font-weight: normal;
  font-style: normal;
}

sub, sup {
  vertical-align: baseline;
}

button, input[type="button"], input[type="submit"] {
  line-height: normal !important;
}

img {
  border: 0;
  object-fit: cover;
}

a img, img {
  -ms-interpolation-mode: bicubic;
  -webkit-transition: all .5s;
  transition: all .5s;
  display: block;
  max-width: 100%;
}

/* HTML5 reset */
header, footer, section, aside, details, menu, article, section, nav, address, hgroup, figure, figcaption, legend {
  display: block;
  margin: 0;
  padding: 0;
}

time {
  display: inline;
}

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}

legend {
  width: 100%;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 40px;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

legend small {
  font-size: 15px;
  color: #999;
}

svg:not(:root) {
  overflow: hidden;
}

fieldset {
  border-width: 0;
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}

input, textarea {
  border: 1px solid #ccc;
  outline: none;
  resize: none;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input[type="text"], input[type="tel"], input[type="button"], input[type="submit"], input[type="reset"], input[type="password"], input[type="email"], textarea {
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-tap-highlight-color: transparent;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #bbb;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #bbb;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #bbb;
}

::-webkit-scrollbar {
  width: 12px;
  height: 8px;
}

::-webkit-scrollbar-track {
  background: #ececec;
}

::-webkit-scrollbar-track:hover {
  background: #e1e1e1;
}

::-webkit-scrollbar-thumb {
  border-radius: 0;
  background: silver;
}

::-webkit-scrollbar-thumb:hover {
  background: #999;
}

::-webkit-scrollbar-corner {
  background: 0 0;
}

.cl:after, .clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.cl, .clearfix {
  zoom: 1;
}

.fl {
  float: left !important;
}

.fr {
  float: right !important;
}

.text-l {
  text-align: left;
}

.text-c {
  text-align: center;
}

.text-r {
  text-align: right;
}

.text-i {
  font-style: italic;
}

.w1200 {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

.w1300 {
  width: 1300px;
  margin: 0 auto;
  position: relative;
}

.bgf9 {
  background: #f9f9f9;
}

/* 头部 */
.header {
  height: 96px;
  padding: 35px 0 15px;
  position: relative;
  z-index: 2;
}

.header .logo {
  float: left;
}

.header .nav {
  float: right;
  margin-top: 26px;
  padding-right: 20px;
}

.header .nav li {
  font-size: 15px;
  color: #525252;
  float: left;
  margin-left: 40px;
}

.header .nav li a {
  color: #525252;
}

.header .nav li a.active, .header .nav li a:hover {
  color: #026FCB;
}

.header .nav li dl {
  height: auto;
  overflow: hidden;
  padding: 10px 15px;
  background: #fff;
  position: absolute;
  top: 60px;
  box-shadow: 0px 0px 8px 0px rgba(1, 112, 211, 0.1);
  margin-left: -15px;
  display: none;
}

.header .nav li dl dd {
  font-size: 14px;
  color: #fff;
  line-height: 36px;
}

.header .nav li.search {
  cursor: pointer;
}

.header .nav li.search i {
  font-size: 18px;
}

/* 搜索 */
.searchBox {
  width: 100%;
  height: 50px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 96px;
  z-index: 10;
  border-top: 1px solid #eee;
  overflow: hidden;
  display: none;
}

.searchBox input {
  width: 100%;
  height: 50px;
  border: 0;
  font-size: 15px;
  position: relative;
  top: -1px;
}

.searchBox .btn {
  width: 180px;
  height: 50px;
  line-height: 50px;
  background: #026FCB;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
}

.searchBox .btn i {
  font-size: 18px;
  color: #fff;
}

/* 底部 */
.footer {
  height: auto;
  overflow: hidden;
  background: #1B2641;
}

.footer .top {
  height: auto;
  overflow: hidden;
  padding: 50px 0;
}

.footer .top .nav {
  height: auto;
  overflow: hidden;
}

.footer .top .nav dl {
  height: auto;
  overflow: hidden;
  float: left;
  margin-right: 98px;
}

.footer .top .nav dl dt {
  font-size: 15px;
  color: #BAC1CF;
  margin-bottom: 15px;
}

.footer .top .nav dl dt a {
  color: #BAC1CF;
}

.footer .top .nav dl dt a:hover {
  color: #fff;
}

.footer .top .nav dl dd {
  font-size: 14px;
  color: #9BA1AD;
  line-height: 30px;
}

.footer .top .nav dl dd a {
  color: #9BA1AD;
}

.footer .top .nav dl dd a:hover {
  color: #fff;
}

.footer .top .contact {
  height: auto;
  overflow: hidden;
}

.footer .top .contact ul {
  height: auto;
  overflow: hidden;
}

.footer .top .contact ul li {
  font-size: 14px;
  color: #BAC1CF;
  margin-bottom: 10px;
}

.footer .top .contact .qrBox {
  height: auto;
  overflow: hidden;
  margin-top: 10px;
}

.footer .top .contact .qrBox .qr {
  height: auto;
  overflow: hidden;
  text-align: center;
  float: left;
  margin-right: 50px;
}

.footer .top .contact .qrBox .qr img {
  width: 100px;
}

.footer .top .contact .qrBox .qr p {
  font-size: 14px;
  color: #93A4C4;
  margin-top: 5px;
}

.footer .top .contact .qrBox .qr:last-child {
  margin-right: 0;
}

.footer .bottom {
  height: auto;
  overflow: hidden;
  font-size: 14px;
  color: #9BA1AD;
  border-top: 1px solid #1D2D51;
  padding: 20px 0;
}
</pre></body></html>